/* TitleNoBorder CSS */
.TitleNoBorder { margin:3em 0 0 0; padding:0px; }
.TitleNoBorder_Title { color:#fff; }
.TitleNoBorder_Title .Head { font-weight:bold; color:#fff; }

@media handheld, only screen and (max-width:767px)  
{
    .TitleNoBorder_Title { text-align:center; }
}
